decisions = {
	fuse_fragments = {
		ai_check_interval = 24 # Determines how seldom the AI checks whether they can and should do the decision, in months. By default 1 (every month).
		is_high_prio = yes
		potential = {
			OR = {
				trait = Divinity_fragment_1
				trait = Divinity_fragment_2
				trait = Divinity_fragment_3
				trait = Divinity_fragment_4
				trait = Divinity_fragment_5
			}
		}
		allow = {
			in_command = no
			ROOT = {
				AND = {
				trait = Divinity_fragment_1
				trait = Divinity_fragment_2
				trait = Divinity_fragment_3
				trait = Divinity_fragment_4
				trait = Divinity_fragment_5
				}
				is_adult = yes
			}
		}
		effect = {
			character_event = { id = RWBY.624}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
}